Sky Blue
#72A2DA
BlueColor Codes
All color formats for development
HEX
#72A2DARGB
rgb(114, 162, 218)HSL
hsl(212, 58%, 65%)OKLCH
oklch(0.7 0.098 252.9)CMYK
cmyk(48%, 26%, 0%, 15%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#5891D3
2#3E80CC
3#3170B7
4#2A609D
5#235083
6#1C4069
7#15304F
8#0E2034
9#07101A
Tints
Lighter variations
1#80ACDD
2#8EB5E1
3#9CBEE5
4#AAC7E9
5#B8D1EC
6#C7DAF0
7#D5E3F4
8#E3ECF8
9#F1F6FB
Tones
Muted variations
1#77A3D4
2#7CA3CF
3#82A3CA
4#87A4C5
5#8CA4C0
6#91A4BA
7#96A5B5
8#9BA5B0
9#A1A5AB
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3F7 #F3F7FC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E3EC #E3ECF8 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CBDD #CBDDF1 | Secondary backgroundsInput backgroundsDividers |
| 300 | A2C2 #A2C2E6 | BordersInactive statesPlaceholder text |
| 400 | 72A2 #72A2DA | Disabled statesSecondary iconsMuted text |
| 500 | 4A88 #4A88CF | Primary brand colorCTAsActive elementsLinks |
| 600 | 2F6C #2F6CB1 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2556 #25568D | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1B3D #1B3D65 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1127 #112740 | 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: #E3ECF8;
--sky-blue-200: #CBDDF1;
--sky-blue-300: #A2C2E6;
--sky-blue-400: #72A2DA;
--sky-blue-500: #4A88CF;
--sky-blue-600: #2F6CB1;
--sky-blue-700: #25568D;
--sky-blue-800: #1B3D65;
--sky-blue-900: #112740;
--sky-blue-950: #0B1928;
}