Sky Blue
#72DAC3
CyanColor Codes
All color formats for development
HEX
#72DAC3RGB
rgb(114, 218, 195)HSL
hsl(167, 58%, 65%)OKLCH
oklch(0.819 0.103 177.4)CMYK
cmyk(48%, 0%, 11%, 15%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#58D3B8
2#3ECCAD
3#31B79A
4#2A9D84
5#23836E
6#1C6958
7#154F42
8#0E342C
9#071A16
Tints
Lighter variations
1#80DDC9
2#8EE1CF
3#9CE5D5
4#AAE9DB
5#B8ECE1
6#C7F0E7
7#D5F4ED
8#E3F8F3
9#F1FBF9
Tones
Muted variations
1#77D4C0
2#7CCFBD
3#82CABA
4#87C5B7
5#8CC0B4
6#91BAB1
7#96B5AF
8#9BB0AC
9#A1ABA9
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3FC #F3FCFA | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E3F8 #E3F8F3 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CBF1 #CBF1E9 | Secondary backgroundsInput backgroundsDividers |
| 300 | A2E6 #A2E6D8 | BordersInactive statesPlaceholder text |
| 400 | 72DA #72DAC3 | Disabled statesSecondary iconsMuted text |
| 500 | 4ACF #4ACFB2 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2FB1 #2FB195 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 258D #258D77 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1B65 #1B6555 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1140 #114036 | Primary textHigh emphasis contentDark headings |
| 950 | 0B28 #0B2822 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F3FCFA;
--sky-blue-100: #E3F8F3;
--sky-blue-200: #CBF1E9;
--sky-blue-300: #A2E6D8;
--sky-blue-400: #72DAC3;
--sky-blue-500: #4ACFB2;
--sky-blue-600: #2FB195;
--sky-blue-700: #258D77;
--sky-blue-800: #1B6555;
--sky-blue-900: #114036;
--sky-blue-950: #0B2822;
}