Sky Blue
#6FDCBA
GreenColor Codes
All color formats for development
HEX
#6FDCBARGB
rgb(111, 220, 186)HSL
hsl(161, 61%, 65%)OKLCH
oklch(0.82 0.113 170.7)CMYK
cmyk(50%, 0%, 15%, 14%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#55D6AD
2#3ACFA0
3#2DBB8E
4#27A07A
5#208565
6#1A6B51
7#13503D
8#0D3529
9#061B14
Tints
Lighter variations
1#7EE0C1
2#8CE3C8
3#9AE7CE
4#A9EAD5
5#B7EEDC
6#C6F1E3
7#D4F5EA
8#E2F8F1
9#F1FCF8
Tones
Muted variations
1#75D7B8
2#7AD1B6
3#80CCB4
4#85C6B2
5#8BC1B0
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 #E2F8F1 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CAF2 #CAF2E5 | Secondary backgroundsInput backgroundsDividers |
| 300 | A1E8 #A1E8D1 | BordersInactive statesPlaceholder text |
| 400 | 6FDC #6FDCBA | Disabled statesSecondary iconsMuted text |
| 500 | 46D2 #46D2A6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2CB5 #2CB589 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2390 #23906D | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1967 #19674E | Text on light backgroundsHeadingsStrong borders |
| 900 | 1042 #104232 | 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: #A1E8D1;
--sky-blue-400: #6FDCBA;
--sky-blue-500: #46D2A6;
--sky-blue-600: #2CB589;
--sky-blue-700: #23906D;
--sky-blue-800: #19674E;
--sky-blue-900: #104232;
--sky-blue-950: #0A291F;
}