Teal
#02737E
CyanColor Codes
All color formats for development
HEX
#02737ERGB
rgb(2, 115, 126)HSL
hsl(185, 97%, 25%)OKLCH
oklch(0.508 0.087 206.5)CMYK
cmyk(98%, 9%, 0%, 51%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#026871
2#025C64
3#015158
4#01454B
5#013A3F
6#012E32
7#012326
8#001719
9#000C0D
Tints
Lighter variations
1#0296A3
2#03B8C9
3#04DBEF
4#1DE9FC
5#43EDFC
6#68F0FD
7#8EF4FD
8#B4F8FE
9#D9FBFE
Tones
Muted variations
1#086E77
2#0E6971
3#14646B
4#1B5F65
5#215A5F
6#275458
7#2D4F52
8#334A4C
9#3A4546
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0FE #F0FEFF | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DCFC #DCFCFE | Light backgroundsTable row hoverSkeleton loading |
| 200 | BEF9 #BEF9FE | Secondary backgroundsInput backgroundsDividers |
| 300 | 8BF4 #8BF4FD | BordersInactive statesPlaceholder text |
| 400 | 4FEE #4FEEFC | Disabled statesSecondary iconsMuted text |
| 500 | 1DE9 #1DE9FC | Primary brand colorCTAsActive elementsLinks |
| 600 | 03CB #03CBDD | Hover statesFocus ringsPrimary buttons hover |
| 700 | 03A1 #03A1B0 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0273 #02737E | Text on light backgroundsHeadingsStrong borders |
| 900 | 014A #014A50 | Primary textHigh emphasis contentDark headings |
| 950 | 012E #012E32 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--teal-50: #F0FEFF;
--teal-100: #DCFCFE;
--teal-200: #BEF9FE;
--teal-300: #8BF4FD;
--teal-400: #4FEEFC;
--teal-500: #1DE9FC;
--teal-600: #03CBDD;
--teal-700: #03A1B0;
--teal-800: #02737E;
--teal-900: #014A50;
--teal-950: #012E32;
}