Sky Blue
#6CDAE0
CyanColor Codes
All color formats for development
HEX
#6CDAE0RGB
rgb(108, 218, 224)HSL
hsl(183, 65%, 65%)OKLCH
oklch(0.826 0.101 200.1)CMYK
cmyk(52%, 3%, 0%, 12%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#50D3DA
2#35CCD4
3#29B8BF
4#239EA4
5#1D8389
6#17696D
7#114F52
8#0C3537
9#061A1B
Tints
Lighter variations
1#7ADEE3
2#89E1E6
3#98E5E9
4#A7E9EC
5#B5ECEF
6#C4F0F3
7#D3F4F6
8#E2F8F9
9#F0FBFC
Tones
Muted variations
1#72D5DA
2#77D0D4
3#7DCACE
4#83C5C9
5#89C0C3
6#8FBBBD
7#94B5B7
8#9AB0B1
9#A0ABAC
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FC #F2FCFC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E2F8 #E2F8F9 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C8F1 #C8F1F3 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9EE7 #9EE7EA | BordersInactive statesPlaceholder text |
| 400 | 6CDA #6CDAE0 | Disabled statesSecondary iconsMuted text |
| 500 | 42CF #42CFD7 | Primary brand colorCTAsActive elementsLinks |
| 600 | 27B2 #27B2B9 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1F8D #1F8D93 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1665 #166569 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0E41 #0E4143 | Primary textHigh emphasis contentDark headings |
| 950 | 0928 #09282A | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F2FCFC;
--sky-blue-100: #E2F8F9;
--sky-blue-200: #C8F1F3;
--sky-blue-300: #9EE7EA;
--sky-blue-400: #6CDAE0;
--sky-blue-500: #42CFD7;
--sky-blue-600: #27B2B9;
--sky-blue-700: #1F8D93;
--sky-blue-800: #166569;
--sky-blue-900: #0E4143;
--sky-blue-950: #09282A;
}