Sky Blue
#72DABC
GreenColor Codes
All color formats for development
HEX
#72DABCRGB
rgb(114, 218, 188)HSL
hsl(163, 58%, 65%)OKLCH
oklch(0.817 0.107 172.5)CMYK
cmyk(48%, 0%, 14%, 15%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#58D3B0
2#3ECCA3
3#31B791
4#2A9D7C
5#238368
6#1C6953
7#154F3E
8#0E3429
9#071A15
Tints
Lighter variations
1#80DDC3
2#8EE1CA
3#9CE5D0
4#AAE9D7
5#B8ECDE
6#C7F0E4
7#D5F4EB
8#E3F8F2
9#F1FBF8
Tones
Muted variations
1#77D4BA
2#7CCFB8
3#82CAB5
4#87C5B3
5#8CC0B1
6#91BAAF
7#96B5AC
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 #E3F8F2 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CBF1 #CBF1E6 | Secondary backgroundsInput backgroundsDividers |
| 300 | A2E6 #A2E6D3 | BordersInactive statesPlaceholder text |
| 400 | 72DA #72DABC | Disabled statesSecondary iconsMuted text |
| 500 | 4ACF #4ACFA9 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2FB1 #2FB18C | Hover statesFocus ringsPrimary buttons hover |
| 700 | 258D #258D70 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1B65 #1B6550 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1140 #114033 | 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: #CBF1E6;
--sky-blue-300: #A2E6D3;
--sky-blue-400: #72DABC;
--sky-blue-500: #4ACFA9;
--sky-blue-600: #2FB18C;
--sky-blue-700: #258D70;
--sky-blue-800: #1B6550;
--sky-blue-900: #114033;
--sky-blue-950: #0B2820;
}