Sky Blue
#6FDCBF
GreenColor Codes
All color formats for development
HEX
#6FDCBFRGB
rgb(111, 220, 191)HSL
hsl(164, 61%, 65%)OKLCH
oklch(0.822 0.11 173.9)CMYK
cmyk(50%, 0%, 13%, 14%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#55D6B3
2#3ACFA7
3#2DBB95
4#27A080
5#20856A
6#1A6B55
7#135040
8#0D352B
9#061B15
Tints
Lighter variations
1#7EE0C6
2#8CE3CC
3#9AE7D2
4#A9EAD9
5#B7EEDF
6#C6F1E5
7#D4F5EC
8#E2F8F2
9#F1FCF9
Tones
Muted variations
1#75D7BD
2#7AD1BA
3#80CCB8
4#85C6B5
5#8BC1B2
6#90BCB0
7#95B6AD
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 #E2F8F2 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CAF2 #CAF2E7 | Secondary backgroundsInput backgroundsDividers |
| 300 | A1E8 #A1E8D5 | BordersInactive statesPlaceholder text |
| 400 | 6FDC #6FDCBF | Disabled statesSecondary iconsMuted text |
| 500 | 46D2 #46D2AD | Primary brand colorCTAsActive elementsLinks |
| 600 | 2CB5 #2CB590 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2390 #239073 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1967 #196752 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1042 #104234 | 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: #E2F8F2;
--sky-blue-200: #CAF2E7;
--sky-blue-300: #A1E8D5;
--sky-blue-400: #6FDCBF;
--sky-blue-500: #46D2AD;
--sky-blue-600: #2CB590;
--sky-blue-700: #239073;
--sky-blue-800: #196752;
--sky-blue-900: #104234;
--sky-blue-950: #0A2921;
}