Sky Blue
#6FDCC5
CyanColor Codes
All color formats for development
HEX
#6FDCC5RGB
rgb(111, 220, 197)HSL
hsl(167, 61%, 65%)OKLCH
oklch(0.823 0.107 177.9)CMYK
cmyk(50%, 0%, 10%, 14%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#55D6BA
2#3ACFAF
3#2DBB9C
4#27A086
5#208570
6#1A6B59
7#135043
8#0D352D
9#061B16
Tints
Lighter variations
1#7EE0CA
2#8CE3D0
3#9AE7D6
4#A9EADC
5#B7EEE2
6#C6F1E8
7#D4F5ED
8#E2F8F3
9#F1FCF9
Tones
Muted variations
1#75D7C2
2#7AD1BE
3#80CCBB
4#85C6B8
5#8BC1B5
6#90BCB2
7#95B6AF
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 #A1E8D9 | BordersInactive statesPlaceholder text |
| 400 | 6FDC #6FDCC5 | Disabled statesSecondary iconsMuted text |
| 500 | 46D2 #46D2B4 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2CB5 #2CB597 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2390 #239078 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1967 #196756 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1042 #104237 | 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: #A1E8D9;
--sky-blue-400: #6FDCC5;
--sky-blue-500: #46D2B4;
--sky-blue-600: #2CB597;
--sky-blue-700: #239078;
--sky-blue-800: #196756;
--sky-blue-900: #104237;
--sky-blue-950: #0A2922;
}