Sky Blue
#8CB9FD
BlueColor Codes
All color formats for development
HEX
#8CB9FDRGB
rgb(140, 185, 253)HSL
hsl(216, 97%, 77%)OKLCH
oklch(0.78 0.109 258.4)CMYK
cmyk(45%, 27%, 0%, 1%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#65A2FD
2#3E8AFC
3#1773FB
4#045FE8
5#034FC1
6#023F9B
7#022F74
8#01204D
9#011027
Tints
Lighter variations
1#97C0FD
2#A3C7FE
3#AECEFE
4#BAD5FE
5#C5DCFE
6#D1E3FE
7#DCEAFE
8#E8F1FF
9#F3F8FF
Tones
Muted variations
1#91BAF8
2#97BBF2
3#9DBCEC
4#A2BEE6
5#A8BFE1
6#AEC0DB
7#B3C1D5
8#B9C2D0
9#BFC3CA
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0F6 #F0F6FF | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DCEA #DCEAFE | Light backgroundsTable row hoverSkeleton loading |
| 200 | BED7 #BED7FE | Secondary backgroundsInput backgroundsDividers |
| 300 | 8BB9 #8BB9FD | BordersInactive statesPlaceholder text |
| 400 | 4F94 #4F94FC | Disabled statesSecondary iconsMuted text |
| 500 | 1D76 #1D76FC | Primary brand colorCTAsActive elementsLinks |
| 600 | 035A #035ADD | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0348 #0348B0 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0233 #02337E | Text on light backgroundsHeadingsStrong borders |
| 900 | 0121 #012150 | Primary textHigh emphasis contentDark headings |
| 950 | 0115 #011532 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F0F6FF;
--sky-blue-100: #DCEAFE;
--sky-blue-200: #BED7FE;
--sky-blue-300: #8BB9FD;
--sky-blue-400: #4F94FC;
--sky-blue-500: #1D76FC;
--sky-blue-600: #035ADD;
--sky-blue-700: #0348B0;
--sky-blue-800: #02337E;
--sky-blue-900: #012150;
--sky-blue-950: #011532;
}