Sky Blue
#6FDCC3
CyanColor Codes
All color formats for development
HEX
#6FDCC3RGB
rgb(111, 220, 195)HSL
hsl(166, 61%, 65%)OKLCH
oklch(0.823 0.108 176.5)CMYK
cmyk(50%, 0%, 11%, 14%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#55D6B8
2#3ACFAC
3#2DBB9A
4#27A084
5#20856E
6#1A6B58
7#135042
8#0D352C
9#061B16
Tints
Lighter variations
1#7EE0C9
2#8CE3CF
3#9AE7D5
4#A9EADB
5#B7EEE1
6#C6F1E7
7#D4F5ED
8#E2F8F3
9#F1FCF9
Tones
Muted variations
1#75D7C0
2#7AD1BD
3#80CCBA
4#85C6B7
5#8BC1B4
6#90BCB1
7#95B6AE
8#9BB1AC
9#A0ABA9
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 #CAF2E9 | Secondary backgroundsInput backgroundsDividers |
| 300 | A1E8 #A1E8D7 | BordersInactive statesPlaceholder text |
| 400 | 6FDC #6FDCC3 | Disabled statesSecondary iconsMuted text |
| 500 | 46D2 #46D2B2 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2CB5 #2CB595 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2390 #239076 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1967 #196754 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1042 #104236 | Primary textHigh emphasis contentDark headings |
| 950 | 0A29 #0A2922 | 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: #CAF2E9;
--sky-blue-300: #A1E8D7;
--sky-blue-400: #6FDCC3;
--sky-blue-500: #46D2B2;
--sky-blue-600: #2CB595;
--sky-blue-700: #239076;
--sky-blue-800: #196754;
--sky-blue-900: #104236;
--sky-blue-950: #0A2922;
}