Sky Blue
#6DADDF
BlueColor Codes
All color formats for development
HEX
#6DADDFRGB
rgb(109, 173, 223)HSL
hsl(206, 64%, 65%)OKLCH
oklch(0.724 0.098 243.3)CMYK
cmyk(51%, 22%, 0%, 13%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#519ED9
2#368FD3
3#2A7EBE
4#246CA3
5#1E5A88
6#18486D
7#123652
8#0C2436
9#06121B
Tints
Lighter variations
1#7BB6E2
2#8ABEE5
3#99C6E9
4#A7CEEC
5#B6D6EF
6#C4DEF2
7#D3E7F5
8#E2EFF9
9#F0F7FC
Tones
Muted variations
1#72ADD9
2#78ACD3
3#7EABCE
4#83AAC8
5#89AAC2
6#8FA9BD
7#95A8B7
8#9AA7B1
9#A0A7AB
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2F8 #F2F8FC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E2EF #E2EFF9 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C9E1 #C9E1F3 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9FC9 #9FC9EA | BordersInactive statesPlaceholder text |
| 400 | 6DAD #6DADDF | Disabled statesSecondary iconsMuted text |
| 500 | 4396 #4396D6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 287A #287AB8 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2061 #206192 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1745 #174569 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0F2C #0F2C43 | Primary textHigh emphasis contentDark headings |
| 950 | 091C #091C2A | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F2F8FC;
--sky-blue-100: #E2EFF9;
--sky-blue-200: #C9E1F3;
--sky-blue-300: #9FC9EA;
--sky-blue-400: #6DADDF;
--sky-blue-500: #4396D6;
--sky-blue-600: #287AB8;
--sky-blue-700: #206192;
--sky-blue-800: #174569;
--sky-blue-900: #0F2C43;
--sky-blue-950: #091C2A;
}