Sky Blue
#72C8DA
CyanColor Codes
All color formats for development
HEX
#72C8DARGB
rgb(114, 200, 218)HSL
hsl(190, 58%, 65%)OKLCH
oklch(0.785 0.087 212.7)CMYK
cmyk(48%, 8%, 0%, 15%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#58BED3
2#3EB4CC
3#31A1B7
4#2A8A9D
5#237383
6#1C5C69
7#15454F
8#0E2E34
9#07171A
Tints
Lighter variations
1#80CEDD
2#8ED3E1
3#9CD9E5
4#AADEE9
5#B8E4EC
6#C7E9F0
7#D5EFF4
8#E3F4F8
9#F1FAFB
Tones
Muted variations
1#77C5D4
2#7CC1CF
3#82BECA
4#87BAC5
5#8CB7C0
6#91B4BA
7#96B0B5
8#9BADB0
9#A1A9AB
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3FA #F3FAFC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E3F4 #E3F4F8 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CBEB #CBEBF1 | Secondary backgroundsInput backgroundsDividers |
| 300 | A2DB #A2DBE6 | BordersInactive statesPlaceholder text |
| 400 | 72C8 #72C8DA | Disabled statesSecondary iconsMuted text |
| 500 | 4AB9 #4AB9CF | Primary brand colorCTAsActive elementsLinks |
| 600 | 2F9C #2F9CB1 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 257C #257C8D | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1B58 #1B5865 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1139 #113940 | Primary textHigh emphasis contentDark headings |
| 950 | 0B23 #0B2328 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F3FAFC;
--sky-blue-100: #E3F4F8;
--sky-blue-200: #CBEBF1;
--sky-blue-300: #A2DBE6;
--sky-blue-400: #72C8DA;
--sky-blue-500: #4AB9CF;
--sky-blue-600: #2F9CB1;
--sky-blue-700: #257C8D;
--sky-blue-800: #1B5865;
--sky-blue-900: #113940;
--sky-blue-950: #0B2328;
}