Sky Blue
#6FDCB8
GreenColor Codes
All color formats for development
HEX
#6FDCB8RGB
rgb(111, 220, 184)HSL
hsl(160, 61%, 65%)OKLCH
oklch(0.82 0.114 169.5)CMYK
cmyk(50%, 0%, 16%, 14%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#55D6AB
2#3ACF9D
3#2DBB8C
4#27A078
5#208564
6#1A6B50
7#13503C
8#0D3528
9#061B14
Tints
Lighter variations
1#7EE0BF
2#8CE3C6
3#9AE7CD
4#A9EAD4
5#B7EEDB
6#C6F1E3
7#D4F5EA
8#E2F8F1
9#F1FCF8
Tones
Muted variations
1#75D7B6
2#7AD1B4
3#80CCB2
4#85C6B1
5#8BC1AF
6#90BCAD
7#95B6AB
8#9BB1A9
9#A0ABA8
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3FC #F3FCF9 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E2F8 #E2F8F1 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CAF2 #CAF2E5 | Secondary backgroundsInput backgroundsDividers |
| 300 | A1E8 #A1E8D0 | BordersInactive statesPlaceholder text |
| 400 | 6FDC #6FDCB8 | Disabled statesSecondary iconsMuted text |
| 500 | 46D2 #46D2A4 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2CB5 #2CB587 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2390 #23906B | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1967 #19674D | Text on light backgroundsHeadingsStrong borders |
| 900 | 1042 #104231 | Primary textHigh emphasis contentDark headings |
| 950 | 0A29 #0A291F | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F3FCF9;
--sky-blue-100: #E2F8F1;
--sky-blue-200: #CAF2E5;
--sky-blue-300: #A1E8D0;
--sky-blue-400: #6FDCB8;
--sky-blue-500: #46D2A4;
--sky-blue-600: #2CB587;
--sky-blue-700: #23906B;
--sky-blue-800: #19674D;
--sky-blue-900: #104231;
--sky-blue-950: #0A291F;
}