Sky Blue
#6DA4DF
BlueColor Codes
All color formats for development
HEX
#6DA4DFRGB
rgb(109, 164, 223)HSL
hsl(211, 64%, 65%)OKLCH
oklch(0.704 0.105 251.1)CMYK
cmyk(51%, 26%, 0%, 13%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#5193D9
2#3682D3
3#2A72BE
4#2461A3
5#1E5188
6#18416D
7#123152
8#0C2036
9#06101B
Tints
Lighter variations
1#7BADE2
2#8AB6E5
3#99BFE9
4#A7C8EC
5#B6D1EF
6#C4DBF2
7#D3E4F5
8#E2EDF9
9#F0F6FC
Tones
Muted variations
1#72A4D9
2#78A4D3
3#7EA4CE
4#83A5C8
5#89A5C2
6#8FA5BD
7#95A5B7
8#9AA5B1
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 | C9DD #C9DDF3 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9FC3 #9FC3EA | BordersInactive statesPlaceholder text |
| 400 | 6DA4 #6DA4DF | Disabled statesSecondary iconsMuted text |
| 500 | 438A #438AD6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 286E #286EB8 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2057 #205792 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 173E #173E69 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0F28 #0F2843 | Primary textHigh emphasis contentDark headings |
| 950 | 0919 #09192A | 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: #C9DDF3;
--sky-blue-300: #9FC3EA;
--sky-blue-400: #6DA4DF;
--sky-blue-500: #438AD6;
--sky-blue-600: #286EB8;
--sky-blue-700: #205792;
--sky-blue-800: #173E69;
--sky-blue-900: #0F2843;
--sky-blue-950: #09192A;
}