Sky Blue
#72DAB9
GreenColor Codes
All color formats for development
HEX
#72DAB9RGB
rgb(114, 218, 185)HSL
hsl(161, 58%, 65%)OKLCH
oklch(0.816 0.109 170.6)CMYK
cmyk(48%, 0%, 15%, 15%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#58D3AC
2#3ECC9F
3#31B78D
4#2A9D79
5#238364
6#1C6950
7#154F3C
8#0E3428
9#071A14
Tints
Lighter variations
1#80DDC0
2#8EE1C7
3#9CE5CE
4#AAE9D5
5#B8ECDC
6#C7F0E3
7#D5F4EA
8#E3F8F1
9#F1FBF8
Tones
Muted variations
1#77D4B7
2#7CCFB5
3#82CAB3
4#87C5B1
5#8CC0AF
6#91BAAD
7#96B5AB
8#9BB0AA
9#A1ABA8
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3FC #F3FCF9 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E3F8 #E3F8F1 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CBF1 #CBF1E5 | Secondary backgroundsInput backgroundsDividers |
| 300 | A2E6 #A2E6D1 | BordersInactive statesPlaceholder text |
| 400 | 72DA #72DAB9 | Disabled statesSecondary iconsMuted text |
| 500 | 4ACF #4ACFA5 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2FB1 #2FB188 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 258D #258D6C | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1B65 #1B654D | Text on light backgroundsHeadingsStrong borders |
| 900 | 1140 #114031 | Primary textHigh emphasis contentDark headings |
| 950 | 0B28 #0B281F | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F3FCF9;
--sky-blue-100: #E3F8F1;
--sky-blue-200: #CBF1E5;
--sky-blue-300: #A2E6D1;
--sky-blue-400: #72DAB9;
--sky-blue-500: #4ACFA5;
--sky-blue-600: #2FB188;
--sky-blue-700: #258D6C;
--sky-blue-800: #1B654D;
--sky-blue-900: #114031;
--sky-blue-950: #0B281F;
}