#DCDAFB
#DCDAFB
ラベンダー系
カラーコード変換
| 形式 | 値 | |
|---|---|---|
| HEX | #DCDAFB | |
| RGB | rgb(220, 218, 251) | |
| RGBA | rgba(220, 218, 251, 1) | |
| HSL | hsl(244, 80%, 92%) | |
| HSV | hsv(244, 13%, 98%) | |
| CMYK | cmyk(12%, 13%, 0%, 2%) |
Aa
白背景
1.36:1不適合
Aa
黒背景
15.46:1AA適合
配色パレット提案
CSSグラデーションサンプル
ライト → ダーク
linear-gradient(135deg, #FFFFFF, #DCDAFB, #7168EE)補色グラデーション
linear-gradient(135deg, #DCDAFB, #F9FBDA)類似色グラデーション
linear-gradient(135deg, #DAE8FB, #DCDAFB, #EDDAFB)ラジアルグロー
radial-gradient(circle, #DCDAFB, #7168EE)サンセット風
linear-gradient(to right, #DCDAFB, #EDDAFB, #F9FBDA)オーバーレイ
linear-gradient(180deg, #DCDAFBCC, #DCDAFB33)CSS使用例
背景色として使用
Hello, World!
background-color: #DCDAFB;テキスト色として使用
Color Text
color: #DCDAFB;ボーダー色として使用
ボーダー要素
border: 3px solid #DCDAFB;シャドウとして使用
Shadow
box-shadow: 0 8px 32px #DCDAFB66;