Sky Blue
#72D3DA
CyanColor Codes
All color formats for development
HEX
#72D3DARGB
rgb(114, 211, 218)HSL
hsl(184, 58%, 65%)OKLCH
oklch(0.81 0.092 201.6)CMYK
cmyk(48%, 3%, 0%, 15%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#58CAD3
2#3EC2CC
3#31AEB7
4#2A959D
5#237D83
6#1C6469
7#154B4F
8#0E3234
9#07191A
Tints
Lighter variations
1#80D7DD
2#8EDBE1
3#9CE0E5
4#AAE4E9
5#B8E9EC
6#C7EDF0
7#D5F2F4
8#E3F6F8
9#F1FBFB
Tones
Muted variations
1#77CED4
2#7CCACF
3#82C5CA
4#87C1C5
5#8CBCC0
6#91B8BA
7#96B3B5
8#9BAFB0
9#A1AAAB
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3FB #F3FBFC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E3F6 #E3F6F8 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CBEF #CBEFF1 | Secondary backgroundsInput backgroundsDividers |
| 300 | A2E2 #A2E2E6 | BordersInactive statesPlaceholder text |
| 400 | 72D3 #72D3DA | Disabled statesSecondary iconsMuted text |
| 500 | 4AC6 #4AC6CF | Primary brand colorCTAsActive elementsLinks |
| 600 | 2FA9 #2FA9B1 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2586 #25868D | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1B60 #1B6065 | Text on light backgroundsHeadingsStrong borders |
| 900 | 113D #113D40 | Primary textHigh emphasis contentDark headings |
| 950 | 0B26 #0B2628 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F3FBFC;
--sky-blue-100: #E3F6F8;
--sky-blue-200: #CBEFF1;
--sky-blue-300: #A2E2E6;
--sky-blue-400: #72D3DA;
--sky-blue-500: #4AC6CF;
--sky-blue-600: #2FA9B1;
--sky-blue-700: #25868D;
--sky-blue-800: #1B6065;
--sky-blue-900: #113D40;
--sky-blue-950: #0B2628;
}