Sky Blue
#95CEF4
BlueColor Codes
All color formats for development
HEX
#95CEF4RGB
rgb(149, 206, 244)HSL
hsl(204, 81%, 77%)OKLCH
oklch(0.826 0.08 238.2)CMYK
cmyk(39%, 16%, 0%, 4%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#71BDF0
2#4EADEC
3#2A9CE9
4#1689D5
5#1372B2
6#0F5B8E
7#0B446B
8#072E47
9#041724
Tints
Lighter variations
1#9FD3F5
2#AAD8F6
3#B5DDF7
4#BFE2F8
5#CAE6F9
6#D5EBFB
7#DFF0FC
8#EAF5FD
9#F4FAFE
Tones
Muted variations
1#9ACDEF
2#9ECCEA
3#A3CBE6
4#A8CAE1
5#ADC9DC
6#B1C8D7
7#B6C7D3
8#BBC6CE
9#C0C5C9
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1F9 #F1F9FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFF0 #DFF0FC | Light backgroundsTable row hoverSkeleton loading |
| 200 | C3E3 #C3E3F9 | Secondary backgroundsInput backgroundsDividers |
| 300 | 95CE #95CEF4 | BordersInactive statesPlaceholder text |
| 400 | 5DB4 #5DB4EE | Disabled statesSecondary iconsMuted text |
| 500 | 2F9F #2F9FE9 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1582 #1582CB | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1168 #1168A2 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0C4A #0C4A73 | Text on light backgroundsHeadingsStrong borders |
| 900 | 082F #082F4A | Primary textHigh emphasis contentDark headings |
| 950 | 051E #051E2E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F1F9FE;
--sky-blue-100: #DFF0FC;
--sky-blue-200: #C3E3F9;
--sky-blue-300: #95CEF4;
--sky-blue-400: #5DB4EE;
--sky-blue-500: #2F9FE9;
--sky-blue-600: #1582CB;
--sky-blue-700: #1168A2;
--sky-blue-800: #0C4A73;
--sky-blue-900: #082F4A;
--sky-blue-950: #051E2E;
}