Sky Blue
#6FDCCC
CyanColor Codes
All color formats for development
HEX
#6FDCCCRGB
rgb(111, 220, 204)HSL
hsl(171, 61%, 65%)OKLCH
oklch(0.825 0.104 183)CMYK
cmyk(50%, 0%, 7%, 14%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#55D6C2
2#3ACFB9
3#2DBBA6
4#27A08E
5#208576
6#1A6B5F
7#135047
8#0D352F
9#061B18
Tints
Lighter variations
1#7EE0D1
2#8CE3D6
3#9AE7DB
4#A9EAE0
5#B7EEE5
6#C6F1EB
7#D4F5F0
8#E2F8F5
9#F1FCFA
Tones
Muted variations
1#75D7C8
2#7AD1C4
3#80CCC0
4#85C6BD
5#8BC1B9
6#90BCB5
7#95B6B1
8#9BB1AD
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 #CAF2EC | Secondary backgroundsInput backgroundsDividers |
| 300 | A1E8 #A1E8DD | BordersInactive statesPlaceholder text |
| 400 | 6FDC #6FDCCC | Disabled statesSecondary iconsMuted text |
| 500 | 46D2 #46D2BD | Primary brand colorCTAsActive elementsLinks |
| 600 | 2CB5 #2CB5A0 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2390 #23907F | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1967 #19675B | Text on light backgroundsHeadingsStrong borders |
| 900 | 1042 #10423A | Primary textHigh emphasis contentDark headings |
| 950 | 0A29 #0A2924 | 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: #CAF2EC;
--sky-blue-300: #A1E8DD;
--sky-blue-400: #6FDCCC;
--sky-blue-500: #46D2BD;
--sky-blue-600: #2CB5A0;
--sky-blue-700: #23907F;
--sky-blue-800: #19675B;
--sky-blue-900: #10423A;
--sky-blue-950: #0A2924;
}