Sky Blue
#6FDCCE
CyanColor Codes
All color formats for development
HEX
#6FDCCERGB
rgb(111, 220, 206)HSL
hsl(172, 61%, 65%)OKLCH
oklch(0.826 0.103 184.5)CMYK
cmyk(50%, 0%, 6%, 14%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#55D6C5
2#3ACFBB
3#2DBBA8
4#27A090
5#208578
6#1A6B60
7#135048
8#0D3530
9#061B18
Tints
Lighter variations
1#7EE0D3
2#8CE3D8
3#9AE7DC
4#A9EAE1
5#B7EEE6
6#C6F1EB
7#D4F5F0
8#E2F8F5
9#F1FCFA
Tones
Muted variations
1#75D7CA
2#7AD1C6
3#80CCC2
4#85C6BE
5#8BC1BA
6#90BCB6
7#95B6B2
8#9BB1AE
9#A0ABAA
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3FC #F3FCFB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E2F8 #E2F8F5 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CAF2 #CAF2ED | Secondary backgroundsInput backgroundsDividers |
| 300 | A1E8 #A1E8DF | BordersInactive statesPlaceholder text |
| 400 | 6FDC #6FDCCE | Disabled statesSecondary iconsMuted text |
| 500 | 46D2 #46D2C0 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2CB5 #2CB5A2 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2390 #239081 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1967 #19675C | Text on light backgroundsHeadingsStrong borders |
| 900 | 1042 #10423B | Primary textHigh emphasis contentDark headings |
| 950 | 0A29 #0A2925 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F3FCFB;
--sky-blue-100: #E2F8F5;
--sky-blue-200: #CAF2ED;
--sky-blue-300: #A1E8DF;
--sky-blue-400: #6FDCCE;
--sky-blue-500: #46D2C0;
--sky-blue-600: #2CB5A2;
--sky-blue-700: #239081;
--sky-blue-800: #19675C;
--sky-blue-900: #10423B;
--sky-blue-950: #0A2925;
}