Sky Blue
#72A4DA
BlueColor Codes
All color formats for development
HEX
#72A4DARGB
rgb(114, 164, 218)HSL
hsl(211, 58%, 65%)OKLCH
oklch(0.705 0.096 251.1)CMYK
cmyk(48%, 25%, 0%, 15%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#5893D3
2#3E82CC
3#3172B7
4#2A629D
5#235183
6#1C4169
7#15314F
8#0E2134
9#07101A
Tints
Lighter variations
1#80ADDD
2#8EB6E1
3#9CBFE5
4#AAC8E9
5#B8D2EC
6#C7DBF0
7#D5E4F4
8#E3EDF8
9#F1F6FB
Tones
Muted variations
1#77A4D4
2#7CA4CF
3#82A5CA
4#87A5C5
5#8CA5C0
6#91A5BA
7#96A5B5
8#9BA5B0
9#A1A6AB
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3F7 #F3F7FC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E3ED #E3EDF8 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CBDD #CBDDF1 | Secondary backgroundsInput backgroundsDividers |
| 300 | A2C3 #A2C3E6 | BordersInactive statesPlaceholder text |
| 400 | 72A4 #72A4DA | Disabled statesSecondary iconsMuted text |
| 500 | 4A8A #4A8ACF | Primary brand colorCTAsActive elementsLinks |
| 600 | 2F6E #2F6EB1 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2558 #25588D | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1B3F #1B3F65 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1128 #112840 | Primary textHigh emphasis contentDark headings |
| 950 | 0B19 #0B1928 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F3F7FC;
--sky-blue-100: #E3EDF8;
--sky-blue-200: #CBDDF1;
--sky-blue-300: #A2C3E6;
--sky-blue-400: #72A4DA;
--sky-blue-500: #4A8ACF;
--sky-blue-600: #2F6EB1;
--sky-blue-700: #25588D;
--sky-blue-800: #1B3F65;
--sky-blue-900: #112840;
--sky-blue-950: #0B1928;
}