Sky Blue
#95BBF4
BlueColor Codes
All color formats for development
HEX
#95BBF4RGB
rgb(149, 187, 244)HSL
hsl(216, 81%, 77%)OKLCH
oklch(0.786 0.092 258.3)CMYK
cmyk(39%, 23%, 0%, 4%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#71A4F0
2#4E8DEC
3#2A76E9
4#1663D5
5#1352B2
6#0F428E
7#0B316B
8#072147
9#041024
Tints
Lighter variations
1#9FC2F5
2#AAC8F6
3#B5CFF7
4#BFD6F8
5#CADDF9
6#D5E4FB
7#DFEBFC
8#EAF1FD
9#F4F8FE
Tones
Muted variations
1#9ABCEF
2#9EBDEA
3#A3BEE6
4#A8BFE1
5#ADC0DC
6#B1C1D7
7#B6C1D3
8#BBC2CE
9#C0C3C9
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1F6 #F1F6FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFEA #DFEAFC | Light backgroundsTable row hoverSkeleton loading |
| 200 | C3D8 #C3D8F9 | Secondary backgroundsInput backgroundsDividers |
| 300 | 95BB #95BBF4 | BordersInactive statesPlaceholder text |
| 400 | 5D97 #5D97EE | Disabled statesSecondary iconsMuted text |
| 500 | 2F7A #2F7AE9 | Primary brand colorCTAsActive elementsLinks |
| 600 | 155E #155ECB | Hover statesFocus ringsPrimary buttons hover |
| 700 | 114B #114BA2 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0C35 #0C3573 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0822 #08224A | Primary textHigh emphasis contentDark headings |
| 950 | 0515 #05152E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F1F6FE;
--sky-blue-100: #DFEAFC;
--sky-blue-200: #C3D8F9;
--sky-blue-300: #95BBF4;
--sky-blue-400: #5D97EE;
--sky-blue-500: #2F7AE9;
--sky-blue-600: #155ECB;
--sky-blue-700: #114BA2;
--sky-blue-800: #0C3573;
--sky-blue-900: #08224A;
--sky-blue-950: #05152E;
}