Sky Blue
#95ABF4
BlueColor Codes
All color formats for development
HEX
#95ABF4RGB
rgb(149, 171, 244)HSL
hsl(226, 81%, 77%)OKLCH
oklch(0.753 0.108 270.8)CMYK
cmyk(39%, 30%, 0%, 4%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#718FF0
2#4E73EC
3#2A57E9
4#1643D5
5#1338B2
6#0F2D8E
7#0B216B
8#071647
9#040B24
Tints
Lighter variations
1#9FB3F5
2#AABCF6
3#B5C4F7
4#BFCDF8
5#CAD5F9
6#D5DDFB
7#DFE6FC
8#EAEEFD
9#F4F7FE
Tones
Muted variations
1#9AAEEF
2#9EB0EA
3#A3B3E6
4#A8B5E1
5#ADB8DC
6#B1BAD7
7#B6BDD3
8#BBBFCE
9#C0C2C9
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1F4 #F1F4FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFE5 #DFE5FC | Light backgroundsTable row hoverSkeleton loading |
| 200 | C3D0 #C3D0F9 | Secondary backgroundsInput backgroundsDividers |
| 300 | 95AB #95ABF4 | BordersInactive statesPlaceholder text |
| 400 | 5D7F #5D7FEE | Disabled statesSecondary iconsMuted text |
| 500 | 2F5B #2F5BE9 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1540 #1540CB | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1133 #1133A2 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0C24 #0C2473 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0817 #08174A | Primary textHigh emphasis contentDark headings |
| 950 | 050E #050E2E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F1F4FE;
--sky-blue-100: #DFE5FC;
--sky-blue-200: #C3D0F9;
--sky-blue-300: #95ABF4;
--sky-blue-400: #5D7FEE;
--sky-blue-500: #2F5BE9;
--sky-blue-600: #1540CB;
--sky-blue-700: #1133A2;
--sky-blue-800: #0C2473;
--sky-blue-900: #08174A;
--sky-blue-950: #050E2E;
}