Sky Blue
#72AEDA
BlueColor Codes
All color formats for development
HEX
#72AEDARGB
rgb(114, 174, 218)HSL
hsl(205, 58%, 65%)OKLCH
oklch(0.727 0.089 241.3)CMYK
cmyk(48%, 20%, 0%, 15%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#589FD3
2#3E90CC
3#317FB7
4#2A6D9D
5#235B83
6#1C4969
7#15374F
8#0E2434
9#07121A
Tints
Lighter variations
1#80B6DD
2#8EBFE1
3#9CC7E5
4#AACFE9
5#B8D7EC
6#C7DFF0
7#D5E7F4
8#E3EFF8
9#F1F7FB
Tones
Muted variations
1#77AED4
2#7CADCF
3#82ACCA
4#87ABC5
5#8CAAC0
6#91A9BA
7#96A8B5
8#9BA7B0
9#A1A7AB
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3F8 #F3F8FC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E3EF #E3EFF8 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CBE1 #CBE1F1 | Secondary backgroundsInput backgroundsDividers |
| 300 | A2CA #A2CAE6 | BordersInactive statesPlaceholder text |
| 400 | 72AE #72AEDA | Disabled statesSecondary iconsMuted text |
| 500 | 4A97 #4A97CF | Primary brand colorCTAsActive elementsLinks |
| 600 | 2F7B #2F7BB1 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2562 #25628D | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1B46 #1B4665 | Text on light backgroundsHeadingsStrong borders |
| 900 | 112D #112D40 | Primary textHigh emphasis contentDark headings |
| 950 | 0B1C #0B1C28 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F3F8FC;
--sky-blue-100: #E3EFF8;
--sky-blue-200: #CBE1F1;
--sky-blue-300: #A2CAE6;
--sky-blue-400: #72AEDA;
--sky-blue-500: #4A97CF;
--sky-blue-600: #2F7BB1;
--sky-blue-700: #25628D;
--sky-blue-800: #1B4665;
--sky-blue-900: #112D40;
--sky-blue-950: #0B1C28;
}