Sky Blue
#71DAB4
GreenColor Codes
All color formats for development
HEX
#71DAB4RGB
rgb(113, 218, 180)HSL
hsl(158, 59%, 65%)OKLCH
oklch(0.815 0.113 167.7)CMYK
cmyk(48%, 0%, 17%, 15%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#57D4A6
2#3CCD98
3#30B886
4#299E73
5#228460
6#1B694D
7#144F3A
8#0E3526
9#071A13
Tints
Lighter variations
1#7FDEBB
2#8DE2C3
3#9CE5CA
4#AAE9D2
5#B8EDD9
6#C6F0E1
7#D4F4E8
8#E3F8F0
9#F1FBF7
Tones
Muted variations
1#76D5B2
2#7CD0B1
3#81CBB0
4#86C5AE
5#8BC0AD
6#91BBAB
7#96B6AA
8#9BB0A9
9#A0ABA7
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3FC #F3FCF9 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E3F8 #E3F8F0 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CAF1 #CAF1E3 | Secondary backgroundsInput backgroundsDividers |
| 300 | A2E7 #A2E7CE | BordersInactive statesPlaceholder text |
| 400 | 71DA #71DAB4 | Disabled statesSecondary iconsMuted text |
| 500 | 49D0 #49D09E | Primary brand colorCTAsActive elementsLinks |
| 600 | 2EB2 #2EB282 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 258E #258E67 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1A65 #1A654A | Text on light backgroundsHeadingsStrong borders |
| 900 | 1141 #11412F | 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: #E3F8F0;
--sky-blue-200: #CAF1E3;
--sky-blue-300: #A2E7CE;
--sky-blue-400: #71DAB4;
--sky-blue-500: #49D09E;
--sky-blue-600: #2EB282;
--sky-blue-700: #258E67;
--sky-blue-800: #1A654A;
--sky-blue-900: #11412F;
--sky-blue-950: #0A291E;
}