Sky Blue
#6FDCBC
GreenColor Codes
All color formats for development
HEX
#6FDCBCRGB
rgb(111, 220, 188)HSL
hsl(162, 61%, 65%)OKLCH
oklch(0.821 0.112 172)CMYK
cmyk(50%, 0%, 15%, 14%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#55D6AF
2#3ACFA2
3#2DBB90
4#27A07C
5#208567
6#1A6B52
7#13503E
8#0D3529
9#061B15
Tints
Lighter variations
1#7EE0C2
2#8CE3C9
3#9AE7D0
4#A9EAD7
5#B7EEDD
6#C6F1E4
7#D4F5EB
8#E2F8F2
9#F1FCF8
Tones
Muted variations
1#75D7B9
2#7AD1B7
3#80CCB5
4#85C6B3
5#8BC1B1
6#90BCAE
7#95B6AC
8#9BB1AA
9#A0ABA8
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3FC #F3FCF9 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E2F8 #E2F8F2 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CAF2 #CAF2E6 | Secondary backgroundsInput backgroundsDividers |
| 300 | A1E8 #A1E8D3 | BordersInactive statesPlaceholder text |
| 400 | 6FDC #6FDCBC | Disabled statesSecondary iconsMuted text |
| 500 | 46D2 #46D2A8 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2CB5 #2CB58C | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2390 #23906F | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1967 #19674F | Text on light backgroundsHeadingsStrong borders |
| 900 | 1042 #104233 | Primary textHigh emphasis contentDark headings |
| 950 | 0A29 #0A2920 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F3FCF9;
--sky-blue-100: #E2F8F2;
--sky-blue-200: #CAF2E6;
--sky-blue-300: #A1E8D3;
--sky-blue-400: #6FDCBC;
--sky-blue-500: #46D2A8;
--sky-blue-600: #2CB58C;
--sky-blue-700: #23906F;
--sky-blue-800: #19674F;
--sky-blue-900: #104233;
--sky-blue-950: #0A2920;
}