Sky Blue
#6FDCC1
CyanColor Codes
All color formats for development
HEX
#6FDCC1RGB
rgb(111, 220, 193)HSL
hsl(165, 61%, 65%)OKLCH
oklch(0.822 0.109 175.2)CMYK
cmyk(50%, 0%, 12%, 14%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#55D6B5
2#3ACFAA
3#2DBB97
4#27A082
5#20856C
6#1A6B57
7#135041
8#0D352B
9#061B16
Tints
Lighter variations
1#7EE0C7
2#8CE3CD
3#9AE7D4
4#A9EADA
5#B7EEE0
6#C6F1E6
7#D4F5EC
8#E2F8F3
9#F1FCF9
Tones
Muted variations
1#75D7BE
2#7AD1BC
3#80CCB9
4#85C6B6
5#8BC1B3
6#90BCB1
7#95B6AE
8#9BB1AB
9#A0ABA8
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3FC #F3FCFA | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E2F8 #E2F8F3 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CAF2 #CAF2E8 | Secondary backgroundsInput backgroundsDividers |
| 300 | A1E8 #A1E8D6 | BordersInactive statesPlaceholder text |
| 400 | 6FDC #6FDCC1 | Disabled statesSecondary iconsMuted text |
| 500 | 46D2 #46D2AF | Primary brand colorCTAsActive elementsLinks |
| 600 | 2CB5 #2CB592 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2390 #239074 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1967 #196753 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1042 #104235 | Primary textHigh emphasis contentDark headings |
| 950 | 0A29 #0A2921 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F3FCFA;
--sky-blue-100: #E2F8F3;
--sky-blue-200: #CAF2E8;
--sky-blue-300: #A1E8D6;
--sky-blue-400: #6FDCC1;
--sky-blue-500: #46D2AF;
--sky-blue-600: #2CB592;
--sky-blue-700: #239074;
--sky-blue-800: #196753;
--sky-blue-900: #104235;
--sky-blue-950: #0A2921;
}