Sky Blue
#95C1F4
BlueColor Codes
All color formats for development
HEX
#95C1F4RGB
rgb(149, 193, 244)HSL
hsl(212, 81%, 77%)OKLCH
oklch(0.798 0.087 252.6)CMYK
cmyk(39%, 21%, 0%, 4%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#71ACF0
2#4E98EC
3#2A83E9
4#166FD5
5#135DB2
6#0F4A8E
7#0B386B
8#072547
9#041324
Tints
Lighter variations
1#9FC7F5
2#AACEF6
3#B5D4F7
4#BFDAF8
5#CAE0F9
6#D5E6FB
7#DFECFC
8#EAF3FD
9#F4F9FE
Tones
Muted variations
1#9AC1EF
2#9EC2EA
3#A3C2E6
4#A8C2E1
5#ADC3DC
6#B1C3D7
7#B6C3D3
8#BBC4CE
9#C0C4C9
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1F7 #F1F7FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFEC #DFECFC | Light backgroundsTable row hoverSkeleton loading |
| 200 | C3DC #C3DCF9 | Secondary backgroundsInput backgroundsDividers |
| 300 | 95C1 #95C1F4 | BordersInactive statesPlaceholder text |
| 400 | 5DA1 #5DA1EE | Disabled statesSecondary iconsMuted text |
| 500 | 2F86 #2F86E9 | Primary brand colorCTAsActive elementsLinks |
| 600 | 156A #156ACB | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1154 #1154A2 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0C3C #0C3C73 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0827 #08274A | Primary textHigh emphasis contentDark headings |
| 950 | 0518 #05182E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F1F7FE;
--sky-blue-100: #DFECFC;
--sky-blue-200: #C3DCF9;
--sky-blue-300: #95C1F4;
--sky-blue-400: #5DA1EE;
--sky-blue-500: #2F86E9;
--sky-blue-600: #156ACB;
--sky-blue-700: #1154A2;
--sky-blue-800: #0C3C73;
--sky-blue-900: #08274A;
--sky-blue-950: #05182E;
}