Sky Blue
#6FDCBD
GreenColor Codes
All color formats for development
HEX
#6FDCBDRGB
rgb(111, 220, 189)HSL
hsl(163, 61%, 65%)OKLCH
oklch(0.821 0.111 172.6)CMYK
cmyk(50%, 0%, 14%, 14%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#55D6B1
2#3ACFA5
3#2DBB93
4#27A07E
5#208569
6#1A6B54
7#13503F
8#0D352A
9#061B15
Tints
Lighter variations
1#7EE0C4
2#8CE3CA
3#9AE7D1
4#A9EAD8
5#B7EEDE
6#C6F1E5
7#D4F5EB
8#E2F8F2
9#F1FCF8
Tones
Muted variations
1#75D7BB
2#7AD1B9
3#80CCB6
4#85C6B4
5#8BC1B2
6#90BCAF
7#95B6AD
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 #CAF2E7 | Secondary backgroundsInput backgroundsDividers |
| 300 | A1E8 #A1E8D4 | BordersInactive statesPlaceholder text |
| 400 | 6FDC #6FDCBD | Disabled statesSecondary iconsMuted text |
| 500 | 46D2 #46D2AB | Primary brand colorCTAsActive elementsLinks |
| 600 | 2CB5 #2CB58E | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2390 #239071 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1967 #196751 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1042 #104234 | 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: #CAF2E7;
--sky-blue-300: #A1E8D4;
--sky-blue-400: #6FDCBD;
--sky-blue-500: #46D2AB;
--sky-blue-600: #2CB58E;
--sky-blue-700: #239071;
--sky-blue-800: #196751;
--sky-blue-900: #104234;
--sky-blue-950: #0A2920;
}