Sky Blue
#72ADDA
BlueColor Codes
All color formats for development
HEX
#72ADDARGB
rgb(114, 173, 218)HSL
hsl(206, 58%, 65%)OKLCH
oklch(0.724 0.09 242.4)CMYK
cmyk(48%, 21%, 0%, 15%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#589DD3
2#3E8ECC
3#317DB7
4#2A6B9D
5#235983
6#1C4769
7#15364F
8#0E2434
9#07121A
Tints
Lighter variations
1#80B5DD
2#8EBDE1
3#9CC5E5
4#AACEE9
5#B8D6EC
6#C7DEF0
7#D5E6F4
8#E3EFF8
9#F1F7FB
Tones
Muted variations
1#77ACD4
2#7CABCF
3#82ABCA
4#87AAC5
5#8CA9C0
6#91A9BA
7#96A8B5
8#9BA7B0
9#A1A6AB
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 | CBE0 #CBE0F1 | Secondary backgroundsInput backgroundsDividers |
| 300 | A2C9 #A2C9E6 | BordersInactive statesPlaceholder text |
| 400 | 72AD #72ADDA | Disabled statesSecondary iconsMuted text |
| 500 | 4A95 #4A95CF | Primary brand colorCTAsActive elementsLinks |
| 600 | 2F79 #2F79B1 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2560 #25608D | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1B45 #1B4565 | Text on light backgroundsHeadingsStrong borders |
| 900 | 112C #112C40 | Primary textHigh emphasis contentDark headings |
| 950 | 0B1B #0B1B28 | 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: #CBE0F1;
--sky-blue-300: #A2C9E6;
--sky-blue-400: #72ADDA;
--sky-blue-500: #4A95CF;
--sky-blue-600: #2F79B1;
--sky-blue-700: #25608D;
--sky-blue-800: #1B4565;
--sky-blue-900: #112C40;
--sky-blue-950: #0B1B28;
}