Sky Blue
#72A6DA
BlueColor Codes
All color formats for development
HEX
#72A6DARGB
rgb(114, 166, 218)HSL
hsl(210, 58%, 65%)OKLCH
oklch(0.709 0.094 249.3)CMYK
cmyk(48%, 24%, 0%, 15%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#5895D3
2#3E85CC
3#3174B7
4#2A639D
5#235383
6#1C4269
7#15324F
8#0E2134
9#07111A
Tints
Lighter variations
1#80AFDD
2#8EB8E1
3#9CC1E5
4#AAC9E9
5#B8D2EC
6#C7DBF0
7#D5E4F4
8#E3EDF8
9#F1F6FB
Tones
Muted variations
1#77A6D4
2#7CA6CF
3#82A6CA
4#87A6C5
5#8CA6C0
6#91A6BA
7#96A6B5
8#9BA6B0
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 | CBDE #CBDEF1 | Secondary backgroundsInput backgroundsDividers |
| 300 | A2C4 #A2C4E6 | BordersInactive statesPlaceholder text |
| 400 | 72A6 #72A6DA | Disabled statesSecondary iconsMuted text |
| 500 | 4A8C #4A8CCF | Primary brand colorCTAsActive elementsLinks |
| 600 | 2F70 #2F70B1 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2559 #25598D | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1B40 #1B4065 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1129 #112940 | 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: #F3F7FC;
--sky-blue-100: #E3EDF8;
--sky-blue-200: #CBDEF1;
--sky-blue-300: #A2C4E6;
--sky-blue-400: #72A6DA;
--sky-blue-500: #4A8CCF;
--sky-blue-600: #2F70B1;
--sky-blue-700: #25598D;
--sky-blue-800: #1B4065;
--sky-blue-900: #112940;
--sky-blue-950: #0B1A28;
}