Sky Blue
#6CA8E0
BlueColor Codes
All color formats for development
HEX
#6CA8E0RGB
rgb(108, 168, 224)HSL
hsl(209, 65%, 65%)OKLCH
oklch(0.713 0.103 247.8)CMYK
cmyk(52%, 25%, 0%, 12%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#5097DA
2#3587D4
3#2977BF
4#2366A4
5#1D5589
6#17446D
7#113352
8#0C2237
9#06111B
Tints
Lighter variations
1#7AB0E3
2#89B9E6
3#98C2E9
4#A7CBEC
5#B5D3EF
6#C4DCF3
7#D3E5F6
8#E2EEF9
9#F0F6FC
Tones
Muted variations
1#72A7DA
2#77A7D4
3#7DA7CE
4#83A7C9
5#89A7C3
6#8FA7BD
7#94A6B7
8#9AA6B1
9#A0A6AC
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2F8 #F2F8FC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E2EE #E2EEF9 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C8DF #C8DFF3 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9EC6 #9EC6EA | BordersInactive statesPlaceholder text |
| 400 | 6CA8 #6CA8E0 | Disabled statesSecondary iconsMuted text |
| 500 | 428F #428FD7 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2773 #2773B9 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1F5B #1F5B93 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1641 #164169 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0E2A #0E2A43 | 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: #F2F8FC;
--sky-blue-100: #E2EEF9;
--sky-blue-200: #C8DFF3;
--sky-blue-300: #9EC6EA;
--sky-blue-400: #6CA8E0;
--sky-blue-500: #428FD7;
--sky-blue-600: #2773B9;
--sky-blue-700: #1F5B93;
--sky-blue-800: #164169;
--sky-blue-900: #0E2A43;
--sky-blue-950: #091A2A;
}