Sky Blue
#72DABE
GreenColor Codes
All color formats for development
HEX
#72DABERGB
rgb(114, 218, 190)HSL
hsl(164, 58%, 65%)OKLCH
oklch(0.818 0.106 173.9)CMYK
cmyk(48%, 0%, 13%, 15%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#58D3B2
2#3ECCA6
3#31B793
4#2A9D7E
5#238369
6#1C6954
7#154F3F
8#0E342A
9#071A15
Tints
Lighter variations
1#80DDC4
2#8EE1CB
3#9CE5D1
4#AAE9D8
5#B8ECDE
6#C7F0E5
7#D5F4EB
8#E3F8F2
9#F1FBF8
Tones
Muted variations
1#77D4BB
2#7CCFB9
3#82CAB7
4#87C5B4
5#8CC0B2
6#91BAAF
7#96B5AD
8#9BB0AB
9#A1ABA8
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3FC #F3FCF9 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E3F8 #E3F8F2 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CBF1 #CBF1E7 | Secondary backgroundsInput backgroundsDividers |
| 300 | A2E6 #A2E6D4 | BordersInactive statesPlaceholder text |
| 400 | 72DA #72DABE | Disabled statesSecondary iconsMuted text |
| 500 | 4ACF #4ACFAB | Primary brand colorCTAsActive elementsLinks |
| 600 | 2FB1 #2FB18F | Hover statesFocus ringsPrimary buttons hover |
| 700 | 258D #258D71 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1B65 #1B6551 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1140 #114034 | Primary textHigh emphasis contentDark headings |
| 950 | 0B28 #0B2820 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F3FCF9;
--sky-blue-100: #E3F8F2;
--sky-blue-200: #CBF1E7;
--sky-blue-300: #A2E6D4;
--sky-blue-400: #72DABE;
--sky-blue-500: #4ACFAB;
--sky-blue-600: #2FB18F;
--sky-blue-700: #258D71;
--sky-blue-800: #1B6551;
--sky-blue-900: #114034;
--sky-blue-950: #0B2820;
}