Sky Blue
#72DAC0
CyanColor Codes
All color formats for development
HEX
#72DAC0RGB
rgb(114, 218, 192)HSL
hsl(165, 58%, 65%)OKLCH
oklch(0.818 0.105 175.2)CMYK
cmyk(48%, 0%, 12%, 15%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#58D3B4
2#3ECCA8
3#31B796
4#2A9D80
5#23836B
6#1C6956
7#154F40
8#0E342B
9#071A15
Tints
Lighter variations
1#80DDC6
2#8EE1CC
3#9CE5D3
4#AAE9D9
5#B8ECDF
6#C7F0E6
7#D5F4EC
8#E3F8F2
9#F1FBF9
Tones
Muted variations
1#77D4BD
2#7CCFBA
3#82CAB8
4#87C5B5
5#8CC0B3
6#91BAB0
7#96B5AE
8#9BB0AB
9#A1ABA8
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3FC #F3FCFA | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E3F8 #E3F8F2 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CBF1 #CBF1E7 | Secondary backgroundsInput backgroundsDividers |
| 300 | A2E6 #A2E6D5 | BordersInactive statesPlaceholder text |
| 400 | 72DA #72DAC0 | Disabled statesSecondary iconsMuted text |
| 500 | 4ACF #4ACFAE | Primary brand colorCTAsActive elementsLinks |
| 600 | 2FB1 #2FB191 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 258D #258D73 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1B65 #1B6552 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1140 #114035 | Primary textHigh emphasis contentDark headings |
| 950 | 0B28 #0B2821 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F3FCFA;
--sky-blue-100: #E3F8F2;
--sky-blue-200: #CBF1E7;
--sky-blue-300: #A2E6D5;
--sky-blue-400: #72DAC0;
--sky-blue-500: #4ACFAE;
--sky-blue-600: #2FB191;
--sky-blue-700: #258D73;
--sky-blue-800: #1B6552;
--sky-blue-900: #114035;
--sky-blue-950: #0B2821;
}