Sky Blue
#6FDCD3
CyanColor Codes
All color formats for development
HEX
#6FDCD3RGB
rgb(111, 220, 211)HSL
hsl(175, 61%, 65%)OKLCH
oklch(0.828 0.102 188.3)CMYK
cmyk(50%, 0%, 4%, 14%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#55D6CB
2#3ACFC3
3#2DBBAF
4#27A096
5#20857D
6#1A6B64
7#13504B
8#0D3532
9#061B19
Tints
Lighter variations
1#7EE0D8
2#8CE3DC
3#9AE7E0
4#A9EAE5
5#B7EEE9
6#C6F1ED
7#D4F5F2
8#E2F8F6
9#F1FCFB
Tones
Muted variations
1#75D7CF
2#7AD1CA
3#80CCC6
4#85C6C1
5#8BC1BC
6#90BCB8
7#95B6B3
8#9BB1AF
9#A0ABAA
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3FC #F3FCFB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E2F8 #E2F8F6 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CAF2 #CAF2EF | Secondary backgroundsInput backgroundsDividers |
| 300 | A1E8 #A1E8E2 | BordersInactive statesPlaceholder text |
| 400 | 6FDC #6FDCD3 | Disabled statesSecondary iconsMuted text |
| 500 | 46D2 #46D2C7 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2CB5 #2CB5A9 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2390 #239087 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1967 #196760 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1042 #10423E | Primary textHigh emphasis contentDark headings |
| 950 | 0A29 #0A2926 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F3FCFB;
--sky-blue-100: #E2F8F6;
--sky-blue-200: #CAF2EF;
--sky-blue-300: #A1E8E2;
--sky-blue-400: #6FDCD3;
--sky-blue-500: #46D2C7;
--sky-blue-600: #2CB5A9;
--sky-blue-700: #239087;
--sky-blue-800: #196760;
--sky-blue-900: #10423E;
--sky-blue-950: #0A2926;
}