Sky Blue
#72C3DA
CyanColor Codes
All color formats for development
HEX
#72C3DARGB
rgb(114, 195, 218)HSL
hsl(193, 58%, 65%)OKLCH
oklch(0.774 0.086 218.2)CMYK
cmyk(48%, 11%, 0%, 15%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#58B8D3
2#3EADCC
3#319AB7
4#2A849D
5#236E83
6#1C5869
7#15424F
8#0E2C34
9#07161A
Tints
Lighter variations
1#80C9DD
2#8ECFE1
3#9CD5E5
4#AADBE9
5#B8E1EC
6#C7E7F0
7#D5EDF4
8#E3F3F8
9#F1F9FB
Tones
Muted variations
1#77C0D4
2#7CBDCF
3#82BACA
4#87B7C5
5#8CB4C0
6#91B1BA
7#96AFB5
8#9BACB0
9#A1A9AB
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3FA #F3FAFC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E3F3 #E3F3F8 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CBE9 #CBE9F1 | Secondary backgroundsInput backgroundsDividers |
| 300 | A2D8 #A2D8E6 | BordersInactive statesPlaceholder text |
| 400 | 72C3 #72C3DA | Disabled statesSecondary iconsMuted text |
| 500 | 4AB2 #4AB2CF | Primary brand colorCTAsActive elementsLinks |
| 600 | 2F95 #2F95B1 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2577 #25778D | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1B55 #1B5565 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1136 #113640 | Primary textHigh emphasis contentDark headings |
| 950 | 0B22 #0B2228 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F3FAFC;
--sky-blue-100: #E3F3F8;
--sky-blue-200: #CBE9F1;
--sky-blue-300: #A2D8E6;
--sky-blue-400: #72C3DA;
--sky-blue-500: #4AB2CF;
--sky-blue-600: #2F95B1;
--sky-blue-700: #25778D;
--sky-blue-800: #1B5565;
--sky-blue-900: #113640;
--sky-blue-950: #0B2228;
}