Sky Blue
#6FDCB6
GreenColor Codes
All color formats for development
HEX
#6FDCB6RGB
rgb(111, 220, 182)HSL
hsl(159, 61%, 65%)OKLCH
oklch(0.819 0.116 168.3)CMYK
cmyk(50%, 0%, 17%, 14%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#55D6A9
2#3ACF9B
3#2DBB89
4#27A076
5#208562
6#1A6B4E
7#13503B
8#0D3527
9#061B14
Tints
Lighter variations
1#7EE0BD
2#8CE3C5
3#9AE7CC
4#A9EAD3
5#B7EEDB
6#C6F1E2
7#D4F5E9
8#E2F8F0
9#F1FCF8
Tones
Muted variations
1#75D7B4
2#7AD1B3
3#80CCB1
4#85C6B0
5#8BC1AE
6#90BCAC
7#95B6AB
8#9BB1A9
9#A0ABA7
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3FC #F3FCF9 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E2F8 #E2F8F0 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CAF2 #CAF2E4 | Secondary backgroundsInput backgroundsDividers |
| 300 | A1E8 #A1E8CF | BordersInactive statesPlaceholder text |
| 400 | 6FDC #6FDCB6 | Disabled statesSecondary iconsMuted text |
| 500 | 46D2 #46D2A1 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2CB5 #2CB585 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2390 #23906A | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1967 #19674B | Text on light backgroundsHeadingsStrong borders |
| 900 | 1042 #104230 | Primary textHigh emphasis contentDark headings |
| 950 | 0A29 #0A291E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F3FCF9;
--sky-blue-100: #E2F8F0;
--sky-blue-200: #CAF2E4;
--sky-blue-300: #A1E8CF;
--sky-blue-400: #6FDCB6;
--sky-blue-500: #46D2A1;
--sky-blue-600: #2CB585;
--sky-blue-700: #23906A;
--sky-blue-800: #19674B;
--sky-blue-900: #104230;
--sky-blue-950: #0A291E;
}