Sky Blue
#71DAB6
GreenColor Codes
All color formats for development
HEX
#71DAB6RGB
rgb(113, 218, 182)HSL
hsl(159, 59%, 65%)OKLCH
oklch(0.815 0.112 168.9)CMYK
cmyk(48%, 0%, 17%, 15%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#57D4A8
2#3CCD9A
3#30B889
4#299E75
5#228462
6#1B694E
7#144F3B
8#0E3527
9#071A14
Tints
Lighter variations
1#7FDEBD
2#8DE2C4
3#9CE5CC
4#AAE9D3
5#B8EDDA
6#C6F0E2
7#D4F4E9
8#E3F8F0
9#F1FBF8
Tones
Muted variations
1#76D5B4
2#7CD0B2
3#81CBB1
4#86C5AF
5#8BC0AE
6#91BBAC
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 #CAF1E4 | Secondary backgroundsInput backgroundsDividers |
| 300 | A2E7 #A2E7CF | BordersInactive statesPlaceholder text |
| 400 | 71DA #71DAB6 | Disabled statesSecondary iconsMuted text |
| 500 | 49D0 #49D0A1 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2EB2 #2EB284 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 258E #258E69 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1A65 #1A654B | Text on light backgroundsHeadingsStrong borders |
| 900 | 1141 #114130 | 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: #CAF1E4;
--sky-blue-300: #A2E7CF;
--sky-blue-400: #71DAB6;
--sky-blue-500: #49D0A1;
--sky-blue-600: #2EB284;
--sky-blue-700: #258E69;
--sky-blue-800: #1A654B;
--sky-blue-900: #114130;
--sky-blue-950: #0A291E;
}