Sky Blue
#6FDCD5
CyanColor Codes
All color formats for development
HEX
#6FDCD5RGB
rgb(111, 220, 213)HSL
hsl(176, 61%, 65%)OKLCH
oklch(0.828 0.101 189.8)CMYK
cmyk(50%, 0%, 3%, 14%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#55D6CD
2#3ACFC5
3#2DBBB1
4#27A098
5#20857F
6#1A6B65
7#13504C
8#0D3533
9#061B19
Tints
Lighter variations
1#7EE0D9
2#8CE3DD
3#9AE7E2
4#A9EAE6
5#B7EEEA
6#C6F1EE
7#D4F5F2
8#E2F8F7
9#F1FCFB
Tones
Muted variations
1#75D7D0
2#7AD1CB
3#80CCC7
4#85C6C2
5#8BC1BD
6#90BCB9
7#95B6B4
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 #E2F8F7 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CAF2 #CAF2EF | Secondary backgroundsInput backgroundsDividers |
| 300 | A1E8 #A1E8E3 | BordersInactive statesPlaceholder text |
| 400 | 6FDC #6FDCD5 | Disabled statesSecondary iconsMuted text |
| 500 | 46D2 #46D2C9 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2CB5 #2CB5AC | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2390 #239088 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1967 #196761 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1042 #10423E | Primary textHigh emphasis contentDark headings |
| 950 | 0A29 #0A2927 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F3FCFB;
--sky-blue-100: #E2F8F7;
--sky-blue-200: #CAF2EF;
--sky-blue-300: #A1E8E3;
--sky-blue-400: #6FDCD5;
--sky-blue-500: #46D2C9;
--sky-blue-600: #2CB5AC;
--sky-blue-700: #239088;
--sky-blue-800: #196761;
--sky-blue-900: #10423E;
--sky-blue-950: #0A2927;
}