Sky Blue
#72DADA
CyanColor Codes
All color formats for development
HEX
#72DADARGB
rgb(114, 218, 218)HSL
hsl(180, 58%, 65%)OKLCH
oklch(0.826 0.097 195.4)CMYK
cmyk(48%, 0%, 0%, 15%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#58D3D3
2#3ECCCC
3#31B7B7
4#2A9D9D
5#238383
6#1C6969
7#154F4F
8#0E3434
9#071A1A
Tints
Lighter variations
1#80DDDD
2#8EE1E1
3#9CE5E5
4#AAE9E9
5#B8ECEC
6#C7F0F0
7#D5F4F4
8#E3F8F8
9#F1FBFB
Tones
Muted variations
1#77D4D4
2#7CCFCF
3#82CACA
4#87C5C5
5#8CC0C0
6#91BABA
7#96B5B5
8#9BB0B0
9#A1ABAB
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3FC #F3FCFC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E3F8 #E3F8F8 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CBF1 #CBF1F1 | Secondary backgroundsInput backgroundsDividers |
| 300 | A2E6 #A2E6E6 | BordersInactive statesPlaceholder text |
| 400 | 72DA #72DADA | Disabled statesSecondary iconsMuted text |
| 500 | 4ACF #4ACFCF | Primary brand colorCTAsActive elementsLinks |
| 600 | 2FB1 #2FB1B1 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 258D #258D8D | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1B65 #1B6565 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1140 #114040 | Primary textHigh emphasis contentDark headings |
| 950 | 0B28 #0B2828 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F3FCFC;
--sky-blue-100: #E3F8F8;
--sky-blue-200: #CBF1F1;
--sky-blue-300: #A2E6E6;
--sky-blue-400: #72DADA;
--sky-blue-500: #4ACFCF;
--sky-blue-600: #2FB1B1;
--sky-blue-700: #258D8D;
--sky-blue-800: #1B6565;
--sky-blue-900: #114040;
--sky-blue-950: #0B2828;
}