Sky Blue
#6DA6DF
BlueColor Codes
All color formats for development
HEX
#6DA6DFRGB
rgb(109, 166, 223)HSL
hsl(210, 64%, 65%)OKLCH
oklch(0.709 0.103 249.5)CMYK
cmyk(51%, 26%, 0%, 13%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#5195D9
2#3685D3
3#2A74BE
4#2463A3
5#1E5388
6#18426D
7#123252
8#0C2136
9#06111B
Tints
Lighter variations
1#7BAFE2
2#8AB8E5
3#99C1E9
4#A7C9EC
5#B6D2EF
6#C4DBF2
7#D3E4F5
8#E2EDF9
9#F0F6FC
Tones
Muted variations
1#72A6D9
2#78A6D3
3#7EA6CE
4#83A6C8
5#89A6C2
6#8FA6BD
7#95A6B7
8#9AA6B1
9#A0A6AB
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2F7 #F2F7FC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E2ED #E2EDF9 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C9DE #C9DEF3 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9FC4 #9FC4EA | BordersInactive statesPlaceholder text |
| 400 | 6DA6 #6DA6DF | Disabled statesSecondary iconsMuted text |
| 500 | 438C #438CD6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2870 #2870B8 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2059 #205992 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1740 #174069 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0F29 #0F2943 | Primary textHigh emphasis contentDark headings |
| 950 | 091A #091A2A | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F2F7FC;
--sky-blue-100: #E2EDF9;
--sky-blue-200: #C9DEF3;
--sky-blue-300: #9FC4EA;
--sky-blue-400: #6DA6DF;
--sky-blue-500: #438CD6;
--sky-blue-600: #2870B8;
--sky-blue-700: #205992;
--sky-blue-800: #174069;
--sky-blue-900: #0F2943;
--sky-blue-950: #091A2A;
}