Sky Blue
#72DAB5
GreenColor Codes
All color formats for development
HEX
#72DAB5RGB
rgb(114, 218, 181)HSL
hsl(159, 58%, 65%)OKLCH
oklch(0.815 0.112 168.1)CMYK
cmyk(48%, 0%, 17%, 15%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#58D3A8
2#3ECC9A
3#31B788
4#2A9D75
5#238361
6#1C694E
7#154F3A
8#0E3427
9#071A13
Tints
Lighter variations
1#80DDBD
2#8EE1C4
3#9CE5CB
4#AAE9D3
5#B8ECDA
6#C7F0E2
7#D5F4E9
8#E3F8F0
9#F1FBF8
Tones
Muted variations
1#77D4B4
2#7CCFB2
3#82CAB1
4#87C5AF
5#8CC0AE
6#91BAAC
7#96B5AA
8#9BB0A9
9#A1ABA7
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 | CBF1 #CBF1E4 | Secondary backgroundsInput backgroundsDividers |
| 300 | A2E6 #A2E6CF | BordersInactive statesPlaceholder text |
| 400 | 72DA #72DAB5 | Disabled statesSecondary iconsMuted text |
| 500 | 4ACF #4ACFA0 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2FB1 #2FB184 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 258D #258D69 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1B65 #1B654B | Text on light backgroundsHeadingsStrong borders |
| 900 | 1140 #114030 | Primary textHigh emphasis contentDark headings |
| 950 | 0B28 #0B281E | 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: #CBF1E4;
--sky-blue-300: #A2E6CF;
--sky-blue-400: #72DAB5;
--sky-blue-500: #4ACFA0;
--sky-blue-600: #2FB184;
--sky-blue-700: #258D69;
--sky-blue-800: #1B654B;
--sky-blue-900: #114030;
--sky-blue-950: #0B281E;
}