Sky Blue
#72A9DA
BlueColor Codes
All color formats for development
HEX
#72A9DARGB
rgb(114, 169, 218)HSL
hsl(208, 58%, 65%)OKLCH
oklch(0.716 0.092 246.4)CMYK
cmyk(48%, 22%, 0%, 15%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#5899D3
2#3E89CC
3#3179B7
4#2A679D
5#235683
6#1C4569
7#15344F
8#0E2234
9#07111A
Tints
Lighter variations
1#80B2DD
2#8EBAE1
3#9CC3E5
4#AACCE9
5#B8D4EC
6#C7DDF0
7#D5E5F4
8#E3EEF8
9#F1F6FB
Tones
Muted variations
1#77A9D4
2#7CA9CF
3#82A8CA
4#87A8C5
5#8CA7C0
6#91A7BA
7#96A7B5
8#9BA6B0
9#A1A6AB
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3F8 #F3F8FC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E3EE #E3EEF8 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CBDF #CBDFF1 | Secondary backgroundsInput backgroundsDividers |
| 300 | A2C7 #A2C7E6 | BordersInactive statesPlaceholder text |
| 400 | 72A9 #72A9DA | Disabled statesSecondary iconsMuted text |
| 500 | 4A91 #4A91CF | Primary brand colorCTAsActive elementsLinks |
| 600 | 2F75 #2F75B1 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 255D #255D8D | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1B42 #1B4265 | Text on light backgroundsHeadingsStrong borders |
| 900 | 112A #112A40 | Primary textHigh emphasis contentDark headings |
| 950 | 0B1A #0B1A28 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F3F8FC;
--sky-blue-100: #E3EEF8;
--sky-blue-200: #CBDFF1;
--sky-blue-300: #A2C7E6;
--sky-blue-400: #72A9DA;
--sky-blue-500: #4A91CF;
--sky-blue-600: #2F75B1;
--sky-blue-700: #255D8D;
--sky-blue-800: #1B4265;
--sky-blue-900: #112A40;
--sky-blue-950: #0B1A28;
}