Sky Blue
#5ABFF2
BlueColor Codes
All color formats for development
HEX
#5ABFF2RGB
rgb(90, 191, 242)HSL
hsl(200, 85%, 65%)OKLCH
oklch(0.765 0.119 233.3)CMYK
cmyk(63%, 21%, 0%, 5%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#3BB3EF
2#1DA7ED
3#1195D7
4#0F80B8
5#0C6A99
6#0A557B
7#07405C
8#052B3D
9#02151F
Tints
Lighter variations
1#6AC5F3
2#7BCCF4
3#8BD2F6
4#9CD9F7
5#ACDFF8
6#BDE5FA
7#CDECFB
8#DEF2FC
9#EEF9FE
Tones
Muted variations
1#61BDEA
2#69BAE2
3#71B7DB
4#78B5D3
5#80B2CC
6#87B0C4
7#8FADBD
8#97ABB5
9#9EA8AD
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FA #F1FAFE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DEF2 #DEF2FC | Light backgroundsTable row hoverSkeleton loading |
| 200 | C2E7 #C2E7FA | Secondary backgroundsInput backgroundsDividers |
| 300 | 92D5 #92D5F6 | BordersInactive statesPlaceholder text |
| 400 | 5ABF #5ABFF2 | Disabled statesSecondary iconsMuted text |
| 500 | 2BAD #2BADEE | Primary brand colorCTAsActive elementsLinks |
| 600 | 1190 #1190D0 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0D73 #0D73A5 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0A52 #0A5276 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0634 #06344B | Primary textHigh emphasis contentDark headings |
| 950 | 0421 #04212F | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F1FAFE;
--sky-blue-100: #DEF2FC;
--sky-blue-200: #C2E7FA;
--sky-blue-300: #92D5F6;
--sky-blue-400: #5ABFF2;
--sky-blue-500: #2BADEE;
--sky-blue-600: #1190D0;
--sky-blue-700: #0D73A5;
--sky-blue-800: #0A5276;
--sky-blue-900: #06344B;
--sky-blue-950: #04212F;
}