Sky Blue
#6CCEE0
CyanColor Codes
All color formats for development
HEX
#6CCEE0RGB
rgb(108, 206, 224)HSL
hsl(189, 65%, 65%)OKLCH
oklch(0.798 0.095 211)CMYK
cmyk(52%, 8%, 0%, 12%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#50C5DA
2#35BCD4
3#29A9BF
4#2391A4
5#1D7989
6#17606D
7#114852
8#0C3037
9#06181B
Tints
Lighter variations
1#7AD3E3
2#89D8E6
3#98DDE9
4#A7E2EC
5#B5E7EF
6#C4ECF3
7#D3F0F6
8#E2F5F9
9#F0FAFC
Tones
Muted variations
1#72CADA
2#77C6D4
3#7DC2CE
4#83BEC9
5#89BAC3
6#8FB6BD
7#94B2B7
8#9AAEB1
9#A0AAAC
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FB #F2FBFC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E2F5 #E2F5F9 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C8ED #C8EDF3 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9EDF #9EDFEA | BordersInactive statesPlaceholder text |
| 400 | 6CCE #6CCEE0 | Disabled statesSecondary iconsMuted text |
| 500 | 42C0 #42C0D7 | Primary brand colorCTAsActive elementsLinks |
| 600 | 27A3 #27A3B9 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1F82 #1F8293 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 165D #165D69 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0E3B #0E3B43 | Primary textHigh emphasis contentDark headings |
| 950 | 0925 #09252A | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F2FBFC;
--sky-blue-100: #E2F5F9;
--sky-blue-200: #C8EDF3;
--sky-blue-300: #9EDFEA;
--sky-blue-400: #6CCEE0;
--sky-blue-500: #42C0D7;
--sky-blue-600: #27A3B9;
--sky-blue-700: #1F8293;
--sky-blue-800: #165D69;
--sky-blue-900: #0E3B43;
--sky-blue-950: #09252A;
}