Sky Blue
#6CD8E0
CyanColor Codes
All color formats for development
HEX
#6CD8E0RGB
rgb(108, 216, 224)HSL
hsl(184, 65%, 65%)OKLCH
oklch(0.821 0.1 201.8)CMYK
cmyk(52%, 4%, 0%, 12%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#50D1DA
2#35CAD4
3#29B5BF
4#239BA4
5#1D8289
6#17686D
7#114E52
8#0C3437
9#061A1B
Tints
Lighter variations
1#7ADCE3
2#89E0E6
3#98E4E9
4#A7E8EC
5#B5ECEF
6#C4EFF3
7#D3F3F6
8#E2F7F9
9#F0FBFC
Tones
Muted variations
1#72D3DA
2#77CED4
3#7DC9CE
4#83C4C9
5#89BFC3
6#8FBABD
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 | E2F7 #E2F7F9 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C8F1 #C8F1F3 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9EE5 #9EE5EA | BordersInactive statesPlaceholder text |
| 400 | 6CD8 #6CD8E0 | Disabled statesSecondary iconsMuted text |
| 500 | 42CD #42CDD7 | Primary brand colorCTAsActive elementsLinks |
| 600 | 27AF #27AFB9 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1F8C #1F8C93 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1664 #166469 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0E40 #0E4043 | 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: #E2F7F9;
--sky-blue-200: #C8F1F3;
--sky-blue-300: #9EE5EA;
--sky-blue-400: #6CD8E0;
--sky-blue-500: #42CDD7;
--sky-blue-600: #27AFB9;
--sky-blue-700: #1F8C93;
--sky-blue-800: #166469;
--sky-blue-900: #0E4043;
--sky-blue-950: #09282A;
}