Sky Blue
#6CCAE0
CyanColor Codes
All color formats for development
HEX
#6CCAE0RGB
rgb(108, 202, 224)HSL
hsl(191, 65%, 65%)OKLCH
oklch(0.789 0.094 214.9)CMYK
cmyk(52%, 10%, 0%, 12%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#50C1DA
2#35B7D4
3#29A4BF
4#238CA4
5#1D7589
6#175E6D
7#114652
8#0C2F37
9#06171B
Tints
Lighter variations
1#7AD0E3
2#89D5E6
3#98DAE9
4#A7DFEC
5#B5E5EF
6#C4EAF3
7#D3EFF6
8#E2F4F9
9#F0FAFC
Tones
Muted variations
1#72C7DA
2#77C3D4
3#7DBFCE
4#83BCC9
5#89B8C3
6#8FB4BD
7#94B1B7
8#9AADB1
9#A0A9AC
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FA #F2FAFC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E2F4 #E2F4F9 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C8EB #C8EBF3 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9EDC #9EDCEA | BordersInactive statesPlaceholder text |
| 400 | 6CCA #6CCAE0 | Disabled statesSecondary iconsMuted text |
| 500 | 42BB #42BBD7 | Primary brand colorCTAsActive elementsLinks |
| 600 | 279E #279EB9 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1F7E #1F7E93 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 165A #165A69 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0E3A #0E3A43 | Primary textHigh emphasis contentDark headings |
| 950 | 0924 #09242A | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F2FAFC;
--sky-blue-100: #E2F4F9;
--sky-blue-200: #C8EBF3;
--sky-blue-300: #9EDCEA;
--sky-blue-400: #6CCAE0;
--sky-blue-500: #42BBD7;
--sky-blue-600: #279EB9;
--sky-blue-700: #1F7E93;
--sky-blue-800: #165A69;
--sky-blue-900: #0E3A43;
--sky-blue-950: #09242A;
}